home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 2 / Assassins 2 - Ultimate Games No. 2 (1995)(Weird Science)[!][Amiga-CD32-CDTV].iso / disks / print1.dms / print1.adf / Doc-Dump.V3.6 / DD_PrinterDrivers / EpsonFX80 next >
Text File  |  1990-09-13  |  4KB  |  145 lines

  1. DD3.6 EpsonFX driver  V3.54
  2.  
  3.  
  4. Printer Control Commands:
  5.  
  6.  
  7. INITRESET:              { $1b $40 $1b '6' $1b $74 $01 $1b $6c 0 $1b $51 200
  8.                           $0d }
  9.  
  10.                          Reset, printable code area expansion, Epson graphics,
  11.                          Left Margin 0 , Right margin 200, Cariage return.
  12.  
  13. ENDRESET:               { $1b $40  }
  14.  
  15.                          Reset
  16.  
  17. SMALLCHAR:              { 27 'P' $1b $78 0 $0f }
  18.  
  19.                         Elite off, Draft mode, Condensed on.
  20.  
  21.  
  22. TONORMALCHAR:           { 27 'M' $1b $54 $1b $78 1 $1b $6b 1 $12 }
  23.  
  24.                         Elite on, Sub/Superscript off, NLQ mode, Sans
  25.                         Serif font, Condensed off.
  26.  
  27.  
  28.  
  29.  
  30. TOSMALLCHAR:            { 27 'P' $1b $78 0 $1b $0f }
  31.  
  32.                         Elite off, Draft Mode, Condensed on. (You don't have to
  33.                         send Super/Sub-script.)
  34.  
  35.  
  36. LINESPACING:            { $1b '3' 15 }
  37.  
  38.                         Linespacing 15/216 inch.
  39.  
  40.  
  41. LINEFEED:               { $0d $0a }
  42.  
  43. FORMFEED:               { $0c }
  44.  
  45.  
  46. PAPER1:                 { $1b $43 00 12 }
  47.                         12 inch paper.
  48.  
  49. PAPER2:                 { $1b $43 00 11 }
  50.                         11 inch paper.
  51.  
  52. PAPER3:                 { $1b $43 00 10 }
  53.                         10 inch paper.
  54.  
  55. PAPER4:                 { $1b $43 00 12 }
  56.                         A4 paper.
  57.  
  58. SUPERSCRIPT:            { $1b $53 0 }
  59. SUBSCRIPT:              { $1b $53 1 }
  60.  
  61. BOLDON:                 { $1b $45 }
  62. BOLDOFF:                { $1b $46 }
  63.  
  64. COUNTRY:                { 27 82 0 }
  65.  
  66.                         Country 0 = USA
  67.  
  68. BEEP:                   { 7 7 }
  69.  
  70.                         Two beeps will be heard when the paper must be
  71.                         turned.
  72.  
  73.  
  74. Special settings:
  75.  
  76.  
  77.  
  78. LAYOUT:
  79. { /* Character to be used when printing a line : */     '_'
  80.   /* Pagenumber string             : */                 "Page_"
  81.   /* Title string (Booklet only)   : */                 "Title__:_"
  82.   /* Author string  (Booklet only) : */                 "Author_:_"
  83.   /* Date string  (Booklet only)   : */                 "Date___:_"
  84. }
  85.  
  86.  
  87.  
  88. MARGINS:
  89. { /* Left     Margin Booklet : */       1
  90.   /* CenterH  "      "         */       4
  91.   /* Right    "      "         */       1
  92.   /* CenterV  "      "         */       5
  93.  
  94.   /* Left     Margin Dump    : */       0
  95.   /* CenterH  "      "         */       2
  96.   /* Right    "      "         */       0
  97.   /* CenterV  "      "         */       2
  98.  
  99.   /* Left     Margin Column  : */       0
  100.   /* CenterH  "      "         */       2
  101.   /* Right    "      "         */       0
  102. }
  103.  
  104. Column mode has no CenterV !
  105.  
  106.  
  107. PRINTER:
  108. { /* Columnwidth achieved using SMALL printmode.  */            137
  109.   /* Columnwidth achieved using NORMAL printmode. */            96
  110.  
  111.   /* Usable Lines/Sheet using paper 1.      */                  161
  112.   /* Usable  "        "       "   2.      */            148
  113.   /* Usable  "        "       "   3.      */            135
  114.   /* Usable  "        "       "   4.      */            145
  115.  
  116.   /* Type of paper 1, 0 = continues, 1 = single */              0
  117.   /* "       paper 2, "      "       "     "    */        0
  118.   /* "       paper 3, "      "       "     "    */        0
  119.   /* "       paper 4, "      "       "     "    */         1
  120.  
  121.   /* Send FormFeeds when using Type 0 paper ? 0=No 1=Yes */     1
  122.   /* "      "        "     "   Type 1 paper "   "     "  */    1
  123.  
  124.  
  125.   /* The next strings will be used on DD's control buttons : */
  126.  
  127.  
  128.   /* Button string for paper 1 */               "12_inch"
  129.   /* "      "      "   paper 2 */        "11_inch"
  130.   /* "      "      "   paper 3 */        "10_inch"
  131.   /* "      "      "   paper 4 */        "A4"
  132.  
  133.   /* Button string for 'Type 0' printmode */    "Fanfold"
  134.   /* "      "      "   'Type 1' "         */    "Single"
  135. }
  136.  
  137. OUTPUT:
  138. { /* Device to be used, 0=PAR: , 1=SER:, 2=Other */     0
  139.   /* String to be used when device=2             */     "Ram:DDout"
  140.  
  141. }
  142.  
  143.  
  144. (c) Robert Grob 5-Nov-1992
  145.